home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Programare / bluej / bluejsetup-200.exe / {app} / examples / file-reader / README.TXT < prev    next >
Encoding:
Text File  |  2004-09-15  |  390 b   |  9 lines

  1. This is a small demo showing how to access a file in a safe way.
  2. Especially: access to the file does not depend on the current directory,
  3. but files will be found anywhere in the classpath. So text files placed
  4. inside the project directory wll be found.
  5.  
  6. A file for testing is include in this project. It is called "test.txt".
  7. (You can also access this file - "README.TXT".)
  8.  
  9. -mik-, Feb 2002